Inheritance diagram for XFcAddress:

Public Member Functions | |
| virtual XFCIMPORT | ~XFcAddress () |
| Virtual destructor. | |
| XFCIMPORT void | setType (INT32 aType) |
| Set type of network address. | |
| XFCIMPORT INT32 | getType () const |
| Get type of network address. | |
| XFCIMPORT void | setAddressSize (INT32 aLen) |
| Set size of address. | |
| XFCIMPORT INT32 | getAddressSize () const |
| Get size of address. | |
| virtual XFCIMPORT void | setAddress (void *aAddress, INT32 aLen)=0 |
| Set pointer to the address. | |
| virtual XFCIMPORT void * | getAddress () const=0 |
| Get pointer to the address. | |
| virtual XFCIMPORT void * | getAddress ()=0 |
| Get pointer to the address. | |
| virtual XFCIMPORT INT | isSame (const XFcAddress &aAddress) const=0 |
| Test if address is same. Tests only address part of given address port is not tested. | |
Protected Member Functions | |
| XFcAddress () | |
| Protected constructor. | |
Protected Attributes | |
| INT32 | mType |
| Type of address, i.e. XFCNET_AFINET. | |
| INT32 | mLen |
| Length of address. | |
Holds type of address and length of address. Its purpose is to give common interface for setting and getting address.
|
|
Protected constructor.
|
|
|
Virtual destructor.
|
|
|
Get pointer to the address.
Implemented in XFcBtAddress, and XFcInetAddress. |
|
|
Get pointer to the address.
Implemented in XFcBtAddress, and XFcInetAddress. |
|
|
Get size of address.
|
|
|
Get type of network address.
|
|
|
Test if address is same. Tests only address part of given address port is not tested.
Implemented in XFcBtAddress, and XFcInetAddress. |
|
||||||||||||
|
Set pointer to the address.
Implemented in XFcBtAddress, and XFcInetAddress. |
|
|
Set size of address.
|
|
|
Set type of network address.
|
|
|
Length of address.
|
|
|
Type of address, i.e. XFCNET_AFINET.
|
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch | ||